Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMNewAppletLocatorFromInfo

Locates an applet synchronously using information in the applet locator information block structure.

OSStatus JMNewAppletLocatorFromInfo (
                     JMAppletLocatorRef* locatorRef,
                     JMSessionRef session,
                     const JMLocatorInfoBlock* info,
                     JMClientData data);
locatorRef
A pointer to the locator. On return, this parameter is the new applet locator.
session
The session in which you want to instantiate the applet.
info
A pointer to an applet locator information block structure. For more information, see "The Applet Locator Information Block" (page 49).
data
Optional client-specific data.
function result
A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
SEE ALSO
"Finding Applets" (page 10).

The JMNewAppletLocator function (page 70).

The JMDisposeAppletLocator function (page 72).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997